home *** CD-ROM | disk | FTP | other *** search
/ Revista CD Expert 8 / Revista CD Expert nº 08 CD1.iso / Utilitarios / Sistema / Macro Express / WHATNEW.TXT < prev   
Text File  |  1999-03-30  |  30KB  |  746 lines

  1. ==================================================
  2. New Features added to Version 1.6 of Macro Express
  3. ==================================================
  4. 1. Split the program into 2 pieces.  Now there is a macro player and a macro
  5.    editor.  This was primarily done to reduce the Windows resources used by
  6.    the program.  The editor uses the bulk of the Windows resources.  It is no
  7.    longer necessary to have these resources being used just to run macros you
  8.    have already created.
  9. 2. Added a new System Hot Key which terminates Macro Express.  This was 
  10.    required since the new player portion of Macro Express can be set to be
  11.    completely hidden leaving no way to terminate the program.
  12. 3. Added an optional "category" section where each macro can be assigned to
  13.    a category.  The category option can be turned on via the "Appearance" window
  14.    where a new category column appears on the left side of the Macro Express
  15.    screen.  Here you can add, delete and rename categories.  Macros can be
  16.    dragged to a category or set to a category via the menu.  Selecting on
  17.    a category in the category list will display only those macros assigned
  18.    to that category.
  19. 4. New E-Mail option includes
  20.     - Built-in E-Mail Address List -- Save your e-mail addresses for easy 
  21.       retrieval
  22.     - Ability to choose one or multiple recipients
  23.     - Ability to choose one or multiple CC (carbon copy)
  24.     - Ability to choose one or multiple BCC (blind carbon copy)
  25.     - Ability to choose recipients, CC and BCC at macro design time or at macro 
  26.       run time
  27.     - Ability to have the text body of the message:
  28.        a. created at macro design time
  29.        b. inputed at macro run time
  30.        c. created from the text contents of the clipboard (i.e. easily copy 
  31.           something to the clipboard and hit a hot key to send it to someone)
  32.        d. created from the contents of a text file.
  33.     - Ability to request return receipt
  34.     - Ability to choose one or more attachments at macro design time or at macro 
  35.       run time.
  36.     - E-Mail Wizard to prompt you for all options including optional Dial-Up 
  37.       Networking connection.  
  38.     - Added the ability to keep a log of all E-Mail sent.  Log File path and name
  39.       can be set by user.  List of all e-mails sent (those that were logged) can
  40.       be browsed in a list box showing who the message was sent to, what day and 
  41.       time, the subject of the message and if the message had any attachments,
  42.       was carbon copied or blind carbon copied.  Double clicking on an entry will
  43.       display the email message sent including all recipients and all attachment
  44.       file names.
  45. 5. Expanded Bitmap to Clipboard command to also allow JPEG (*.JPG) and Windows
  46.    Metafiles (*.WMF) to be copied to the clipboard.
  47. 6. Added option to print the "Scripting Editor" contents.
  48. 7. Encrypted Text option.  Playback text option where the text is encrypted
  49.    to the user of the program.  Useful for passwords and the like so that
  50.    people snooping through the program cannot uncover passwords.   
  51. 8. Status Window now appears when attempting a Dial-Up Network connection
  52. 9. A complete list of dial-up networking (RAS) errors is now available (about 150).  
  53.    If a dial-up networking connection fails, a brief explanation will now be
  54.    given instead of just a numeric error code.
  55. 10. Added new clipboard command to save the text contents of the clipboard to
  56.     a text file.  The text file name can optionally be prompted for at the time
  57.     the macro is run.
  58. 11. Added new clipboard command to append the text contents of the clipboard to
  59.     a text file.  The text file name can optionally be prompted for at the time
  60.     the macro is run.                     
  61. 12. Added new clipboard command to save the graphic contents of the clipboard to
  62.     either a bitmap (*.BMP) or JPEG (*.JPG) file.  The graphic file name can 
  63.     optionally be prompted for at the time the macro is run.  
  64. 13. Add the ability to save the contents of a macro directly to a text file in
  65.     the Modify Macro Directly Editor Window.
  66. 14. Add the ability to load in a macro from a text file in the Modify Macro 
  67.     Directly Editor Window.                                            
  68. 15. Added an option to turn off sound effects which can be found under the 
  69.     "Options | Settings" menu option.  Currently it only affects the sound
  70.     made when dragging a macro to a category.     
  71. 16. In the Scripting Editor Window: When adding items to the script using the drop
  72.     down menu, you can now specify if you want that command to be added before
  73.     the current highlighted command, after it or at the end of the macro script.
  74. 17. Added "Tools" menu option to the system tray icon popup menu.  Tools menu
  75.     option includes "Restore Keyboard and Mouse Hooks" and "Launch Mouse Locator"
  76.     menu options.
  77. 18. Added an "Auto Restore Keyboard Hooks" option to the "Options | Settings"
  78.     menu command.  This feature when enabled, will automatically attempt to have
  79.     Macro Express re-assert itself as the first program to take a look at the
  80.     keystrokes passed through the Windows system wide keyboard hooks when other 
  81.     programs are loaded that use these keyboard hooks.  Normally this is not a
  82.     problem unless a program is run *after* Macro Express AND it uses the keyboard
  83.     hooks AND it places itself there in an improper fashion.  When this occurs,
  84.     keystrokes are no longer passed onto Macro Express and the Macro Express
  85.     Hot Keys and ShortKeys suddenly fail to trigger macros.  This new feature
  86.     should automatically give Macro Express first looks at the keystrokes thus
  87.     preserving the use of Macro Express Hot Keys and ShortKeys.  In addition,
  88.     because Macro Express properly passes on keystrokes through the chain of 
  89.     keyboard hooks, other programs will still function properly.
  90. 19. Included the "\" character in the set of valid ShortKey prefix keys
  91. 20. Added option of additional punctuation keys such as . , : ; ? ! and - to
  92.     be used as a suffix key for a ShortKey.  These characters will be replaced
  93.     at the end of running the ShortKey.  This option is mainly for those who
  94.     use ShortKeys as a simple text replacement in writing documents.
  95. 21. Added a ShortKey option which will allow the upper case setting of 
  96.     the first letter in the ShortKey dictate that the first character in the 
  97.     macro will be upper case (if the first thing in the macro is a 
  98.     character).  This option is mainly for those doing simple text replacement
  99.     in documents and facilitates an easy way to capitalize the replacement
  100.     text in instances where it needs to be such as the beginning of a 
  101.     sentence.
  102. 22. Added an option to instruct the ShortKey not to erase itself after being
  103.     typed in.  Normally, backspaces are issued to remove the ShortKey from the
  104.     screen before the macro is executed.  When using ShortKeys in non text 
  105.     usage programs, this may not be desireable to have "backspaces" issued.
  106.     For example, using a ShortKey in Internet Explorer where focus is not
  107.     on an edit box, will cause the "back" button to be pressed numerous times
  108.     due to the backspaces being issued.  This option will prevent this from 
  109.     happening.
  110. 23. Added a limited text import facility.  Macro Express can now import macros
  111.     from a text file given that the text conforms to the proper format.  Via
  112.     this mechanism, Hot Key or ShortKey macros can be imported along with a 
  113.     Nickname and the macro content.  This feature allows another program to
  114.     generate macros in a text format so that they can be imported into Macro
  115.     Express.  We specifically added this capability for our own in-house use
  116.     and will expand its capabilities if demand arises.
  117.  
  118.  
  119. ==================================================================
  120. Feature List of Macro Express 99 Version 1.6  -  (Current Release)
  121. ==================================================================
  122.  
  123. Macro Activation
  124. ----------------
  125. Hot Key         -- use almost 700 CTRL, ALT, SHIFT, WIN key combinations
  126. Mouse Key       -- use CTRL, ALT & SHIFT with mouse clicks
  127. ShortKey        -- any set of characters (max 10 characters)
  128. Timed           -- Schedule the macro to play anytime
  129. PopUp           -- A menu of other macros
  130. Wait For Window -- Plays when a window appears
  131. None            -- Use in a popup menu of macros or use as a step in another macro
  132.  
  133. Macro Scope
  134. -----------
  135. Macros play back in any program
  136. Macros play back only in Specific Window
  137.   if Window is Top Most
  138.   if Window is running
  139. Macros play back only in Specific Program
  140.   if Program is Top Most
  141.   if Program is running
  142.  
  143. Macro Capture
  144. -------------
  145. Capture Keystrokes
  146. Capture Mouse
  147.   Relative To Screen , Relative To Top Most Window, or Relative To Last Mouse Position
  148.   Capture Window Size of Top Most Window
  149.   Capture Clicks and Movements
  150.   Optionally capture movement only at time of click
  151. Capture In Actual Time (Half Speed, Double Speed, etc)
  152. Capture any size macro (limited to disk space)
  153. Select Hot Key/ShortKey Activation before Capture OR After Capture
  154. Capture Globally (to work in all programs) or capture to a specific program
  155. Choose program to start the capture in
  156. Capture Wizard Available
  157.  
  158. Popup Menus
  159. -----------
  160. Choose a Hot Key to be a menu of macros
  161. Menu can contain up to 36 macros
  162. Display menu with macro Nicknames -- press number or letter/ double click on item
  163. Display menu with macro activation & scope -- press number or letter/ double click on item
  164. Display menu with macro icons -- click on icon
  165. Activate Menu via Hot Key or via System Icon
  166. Use a SYSTEM Hot Key to show all macros that are defined for the current top most window--place them in a menu and allow you to choose to which one to execute. Use a single hot key to show all macros defined for "WORD" and the same hot key to show all macros defined for "EUDORA", etc.
  167.  
  168. Timed Macros
  169. ------------
  170. Schedule macros to play at given time intervals
  171. at startup of Macro Express
  172. hourly
  173. daily (choose any or all days of the week)
  174. weekly
  175. monthly
  176. one given time
  177. every "x" minutes
  178. after "x" minutes of inactivity
  179.  
  180. Program Features
  181. ----------------
  182. Remap primary keyboard keys
  183. Full Network Support with file locking capability
  184. Resize Main Window and components
  185. Import Keyboard Express and ShortKeys macros
  186. Print Macro List
  187. Output Macro Contents to a Text File
  188. Create multiple macro files
  189. Optionally run hidden in the background with system tray access
  190. Command line options such as Browse Mode (to prevent users from changing the macros) and loading in specific macro files
  191. Launch a macro with a command line parameter
  192. Dozens of wizards to help you create macros
  193.  
  194. Macro Operability
  195. -----------------
  196. Create Macros (Scripting Editor or direct input of commands)
  197. Edit Macros (Scripting Editor or direct input of commands)
  198. Delete Macros
  199. Copy Macros
  200. Rename Macros (change Hot Key or ShortKey name)
  201. Import & Export Macros
  202. Quick Info on Macros
  203. Capture Macros
  204. Deactivate and Activate Macros
  205. Sort Macros
  206. Assign Icons to Macros (over 400 included) for use with popup menus or system icons
  207. Place macros as icons on the desktop
  208. Catogorize Macros -- Drag and Drop on appropriate category
  209. Import Macros from a formatted text file
  210.  
  211. Scripting Editor
  212. ----------------
  213. Choose from list of commands
  214. Insert new commands before or after an existing command or at end
  215. Edit command
  216. Copy command
  217. Reorder command
  218. Auto indentation of commands
  219. Delete command
  220. Command Wizard
  221. Print Macro Script
  222.  
  223. Macro Wizards
  224. -------------
  225. Quick Wizard for creating Reminders
  226. Quick Wizard for typing text
  227. Quick Wizard for pasting text or bitmaps
  228. Quick Wizard for typing a symbol
  229. Quick Wizard for launching Programs, Documents and activating windows
  230. Quick Wizard for launching a web site
  231. Quick Wizard for typing date or time
  232. Quick Wizard for capturing a macro
  233. Quick Wizard for setting network connections
  234. Quick Wizard for logging off, rebooting, shut down
  235. Quick Wizard for Dial-Up networking
  236. Quick Wizard for deleting, copying, renaming files
  237. Quick Wizard for selecting a screen resolution
  238. Quick Wizard for selecting a default printer
  239. Quick Wizard for opening an explorer folder
  240. Quick Wizard for Audio CD commands
  241. Quick Wizard for playing a video clip
  242. Quick Wizard for adjusting audio device (volume, balance, treble, etc)
  243. Quick Wizard for filling out sweepstakes on the web (pending)
  244. Quick Wizard for maximizing, minimizing, restoring windows
  245. Quick Wizard for positioning or resizing windows
  246. Quick Wizard for changing the desktop wallpaper
  247. Quick Wizard for cascading, tiling, minimizing the desktop
  248. Quick Wizard for screen saver settings
  249. Quick Wizard for building a popup menu
  250. Quick Wizard for constructing macros from macros
  251. Quick Wizard for creating a macro with any macro command
  252. Quick Wizard for Sending E-Mail text and attachments
  253.  
  254. Macro Commands
  255. --------------
  256. ***Text and Mouse***
  257. Clipboard Copy
  258. Clipboard Start Copy (specify text)
  259. Clipboard End Copy
  260. Clipboard File Copy (load a text file into the clipboard)
  261. Clipboard Paste
  262. Clipboard Text - Save To File
  263. Clipboard Text - Append To File
  264. Clipboard Graphic - Save as Bitmap or JPEG
  265. Copy Bitmap to Clipboard
  266. Copy JPEG to Clipboard
  267. Copy WMF (Windows Meta File) to Clipboard
  268. Encrypted Text
  269. Type Contents of Clipboard 
  270. Hold Alt Key Down
  271. Hold Control Key Down
  272. Hold Shift Key Down
  273. Hold Win Key Down
  274. Load in Text File (play as part of macro)
  275. Mouse Button Down (left, middle, right)
  276. Mouse Button Up (left, middle, right)
  277. Mouse Button Click (left, middle, right)
  278. Mouse Button Double Click (left, middle, right)
  279. Mouse Move (relative to screen or to top window)
  280. Mouse Wheel Clicks
  281. Release Alt Key
  282. Release Control Key
  283. Release Shift Key
  284. Release Win Key
  285. Text, Keystrokes and Symbols
  286.   Simply key in text
  287.   Easily include special keys such as ALT, F1, LEFT ARROW, HOME, etc.
  288.   Easily insert symbols such as « ß ⌡ ╞ ú ë ⌐ and more
  289. Time of day
  290. Today's Date
  291.   Numerous formats
  292.   Date xx days in past or future
  293.   
  294. ***System and Windows***
  295. Audio Device Commands
  296.   Audio Volume Off
  297.   Audio Volume On Full
  298.   Audio Volume Up
  299.   Audio Volume Down
  300.   Audio Volume Mute Toggle
  301.   Audio Balance Left
  302.   Audio Balance Right
  303.   Audio Balance Centered
  304.   Audio Treble Up
  305.   Audio Treble Down
  306.   Audio Bass Up
  307.   Audio Bass Down
  308.   MIDI Volume Off
  309.   MIDI Volume On Full
  310.   MIDI Volume Up
  311.   MIDI Volume Down
  312.   MIDI Volume Mute Toggle
  313.   MIDI Balance Left
  314.   MIDI Balance Right
  315.   MIDI Balance Centered
  316. CD-ROM multi-media player commands: 
  317.   Play
  318.   Stop
  319.   Pause
  320.   Next Track
  321.   Previous Tack
  322.   Goto Track
  323.   Eject CD
  324.   Step
  325.   Back
  326.   Close CD Tray
  327. Desktop Commands
  328.   Cascade All Windows
  329.   Tile Vertically All Windows
  330.   Tile Horizontally All Windows
  331.   Minimize All Windows
  332.   Restore All Windows
  333.   Suspend Computer
  334.   Undock Computer
  335.   Run the Date & Time Dialog Window
  336.   Run the Find Computer Dialog Window
  337.   Run the Find Files Dialog Window
  338.   Run the Run Program Dialog Window
  339.   Open Explorer Window To
  340.     Control Panel
  341.     Desktop
  342.     Desktop Programs
  343.     Favorites
  344.     Fonts
  345.     My Computer
  346.     Network Neighborhood
  347.     Printers
  348.     Programs
  349.     Recent Documents
  350.     Recycle Bin
  351.     Start Menu
  352.     Startup Folder
  353.     User Documents
  354. Dial-Up Networking commands
  355.   Dial up a connection
  356.   Hang up
  357. E-Mail Sending
  358.   Maintain E-Mail Address List
  359.   Choose one or multiple recipients
  360.   Choose one or multiple CC (carbon copy)
  361.   Choose one or multiple BCC (blind carbon copy)
  362.   Choose recipients, CC and BCC at macro design time or at macro run time
  363.   Ability to have the text body of the message:
  364.     a. created at macro design time
  365.     b. inputed at macro run time
  366.     c. created from the text contents of the clipboard 
  367.     d. created from the contents of a text file.
  368.   Request return receipt
  369.   Choose one or more attachments at macro design time or at macro run time.
  370.   Keep a log of all E-Mail sent. 
  371. Logoff Commands
  372.   Logoff
  373.   Reboot
  374.   Shut Down
  375.   Power Off
  376. Network Mapping Commands
  377.   Map a network drive permanently (maps on bootup/login)
  378.   Map a network drive on a temporary basis.
  379.   Disconnect a network drive permanently (maps on bootup/login)
  380.   Disconnect a network drive on a temporary basis
  381.   Option to Force a disconnect even if files are open over the connection.
  382.   Option to Display the Status of the map/unmap
  383.  áToggle Command for map/unmap
  384. Set Default Printer
  385. Set Screen Display Resolution
  386. Close a Window
  387. Hide Window
  388. Maximize Window
  389. Minimize Window
  390. Reposition Window
  391. Resize Window
  392. Restore Window
  393. Show Window
  394. Shut Down Program
  395. Windows System Commands
  396.   Screen Saver Off/On
  397.   Set Desktop Wallpaper
  398.     Tile
  399.     Center
  400.     Stretch
  401.     Position
  402.   Set Screen Saver Time Out
  403.   Set Keyboard Repeat Delay
  404.   Set Keyboard Repeat Speed
  405.   Set Window Sizing Border
  406.   
  407. ***Programs and Files***
  408. Activate a Window (bring to front)
  409. Activate a Window or Launch Program if Window not running
  410. Launch a Program
  411. Launch a Program and Activate a Window
  412. Launch a Web Site
  413. Initiate an FTP transfer
  414. Change Directory/Folder
  415. Ccreate Directory/Folder
  416. Open Explorer Folder
  417. Copy File
  418. Delete File
  419. Rename File
  420. Sound: Beep
  421. Sound: play a wave file (simultaneous or wait for it to finish)
  422. Video Clip Play .
  423.  
  424. ***Macro Control***
  425. Run Another Macro
  426. Delete A Macro
  427. Activate A Macro
  428. Deactivate A Macro
  429. Delays
  430. Load a New Macro File
  431. Keystroke Speed
  432. Mouse Speed
  433. Macro Playback Speed
  434. Pause
  435. Place text information in pause
  436. Specify location of the pause
  437. Remarks (for documenting macro)
  438. Repeat Loop
  439.   Incremental Counter Available
  440.   Specify starting number
  441.   Specify starting increment
  442.   Optionally specify repeat count at macro playback time
  443. Text Box (for informative Purposes)
  444. Wait for Window Title
  445. Wait For Window To Lose Focus
  446. Wait For A Program To Terminate
  447. Wait For A Key
  448. Wait For Text
  449. Wait For Left Mouse Click
  450. Wait For Right Mouse Click
  451. Wait For Middle Mouse Click
  452. Wait For Text Playback
  453.       
  454. ==================================================
  455. New Features added to Version 1.5 of Macro Express
  456. ==================================================
  457.  
  458. Added new macro command: Wait For Window To Lose Focus
  459. Added new macro command: Wait For A Program To Terminate
  460. Added new macro command: Wait For A Key
  461. Added new macro command: Wait For Text
  462. Added new macro command: Wait For Left Mouse Click
  463. Added new macro command: Wait For Right Mouse Click
  464. Added new macro command: Wait For Middle Mouse Click
  465. Added new macro command: Wait For Text Playback -- This command waits for any previous text typing commands to finish prior to continuing with the macro.
  466. Added New Desktop Command: Suspend Computer
  467. Added New Desktop Command: Undock Computer
  468. Added New Desktop Command: Run the Date & Time Dialog Window
  469. Added New Desktop Command: Run the Find Computer Dialog Window
  470. Added New Desktop Command: Run the Find Files Dialog Window
  471. Added New Desktop Command: Run the Run Program Dialog Window
  472. Added New Desktop Command: "Open Explorer Window To" any of the following: Control Panel, Desktop, Desktop Programs, Favorites, Fonts, My Computer, Network Neighborhood, Printers, Programs, Recent Documents, Recycle Bin, Start Menu, Startup Folder, User Documents
  473. Added Network Mapping Commands
  474.   Map a network drive permanently (maps on bootup/login)
  475.   Map a network drive on a temporary basis.
  476.   Disconnect a network drive permanently (maps on bootup/login)
  477.   Disconnect a network drive on a temporary basis
  478.   Option to Force a disconnect even if files are open over the connection.
  479.   Option to Display the Status of the map/unmap
  480.  áToggle Command for map/unmap
  481. Added CD-ROM multi-media player commands--play, stop, pause, next track, previous track, Goto Track, eject CD, Step, Back, Close CD Tray.
  482. Added Windows System Commands
  483. Added Screen Saver Off/On
  484. Added Set Desktop Wallpaper
  485.   Tile
  486.   Center
  487.   Stretch
  488.   Position
  489. Added Set Screen Saver Time Out
  490. Added Set Keyboard Repeat Delay
  491. Added Set Keyboard Repeat Speed
  492. Added Set Window Sizing Border.
  493. Added Set Default Printer Command
  494. Added set Screen Display Resolution Command
  495. Added Open Explorer Folder Command
  496. Add Logoff Commands
  497.   Logoff
  498.   Reboot
  499.   Shut Down
  500.   Power Off
  501. Added Desktop Commands
  502.   Cascade
  503.   Tile Vertically
  504.   Tile Horizontally
  505.   Minimize Windows
  506.   Restore Windows
  507. Added Video Clip Play command.
  508. Added Text Box Command for informative Purposes.
  509. Added Wait For Window Title command
  510. Added Copy Bitmap to Clipboard command
  511. Added new Audio Device Commands
  512.   Audio Volume Off
  513.   Audio Volume On Full
  514.   Audio Volume Up
  515.   Audio Volume Down
  516.   Audio Volume Mute Toggle
  517.   Audio Balance Left
  518.   Audio Balance Right
  519.   Audio Balance Centered
  520.   Audio Treble Up
  521.   Audio Treble Down
  522.   Audio Bass Up
  523.   Audio Bass Down
  524.   MIDI Volume Off
  525.   MIDI Volume On Full
  526.   MIDI Volume Up
  527.   MIDI Volume Down
  528.   MIDI Volume Mute Toggle
  529.   MIDI Balance Left
  530.   MIDI Balance Right
  531.   MIDI Balance Centered
  532. Added Dial-Up Networking commands
  533.   Dial up a connection
  534.   Hang up
  535. Added Delete Macro command
  536. Added Activate Macro command
  537. Added Deactivate Macro command
  538. Added Type Contents of Clipboard Command (useful for programs which do not support clipboard paste)
  539. Added Create Directory/Folder command
  540. Added Quick Wizard for creating Reminders
  541. Added Quick Wizard for typing text
  542. Added Quick Wizard for pasting text or bitmaps
  543. Added Quick Wizard for typing a symbol
  544. Added Quick Wizard for launching Programs, Documents and activating windows
  545. Added Quick Wizard for launching a web site
  546. Added Quick Wizard for typing date or time
  547. Added Quick Wizard for capturing a macro
  548. Added Quick Wizard for setting network connections
  549. Added Quick Wizard for logging off, rebooting, shut down
  550. Added Quick Wizard for Dial-Up networking
  551. Added Quick Wizard for deleting, copying, renaming files
  552. Added Quick Wizard for selecting a screen resolution
  553. Added Quick Wizard for selecting a default printer
  554. Added Quick Wizard for opening an explorer folder
  555. Added Quick Wizard for Audio CD commands
  556. Added Quick Wizard for playing a video clip
  557. Added Quick Wizard for adjusting audio device (volume, balance, treble, etc)
  558. Added Quick Wizard for filling out sweepstakes on the web (pending)
  559. Added Quick Wizard for maximizing, minimizing, restoring windows
  560. Added Quick Wizard for positioning or resizing windows
  561. Added Quick Wizard for changing the desktop wallpaper
  562. Added Quick Wizard for cascading, tiling, minimizing the desktop
  563. Added Quick Wizard for screen saver settings
  564. Added Quick Wizard for building a popup menu
  565. Added Quick Wizard for constructing macros from macros.á
  566. Added Quick Wizard for creating a macro with any macro command
  567. Add new hot Key "Win+Space".
  568. Added ability to position a Window in a negative position. Expanded the positioning coordinates to 5 digits so that a maximum of -9999 can be used.
  569. Added option to completely hide Macro Express (no entry in taskbar and no entry in the system tray)
  570. Added option to "hide/minimize" the program when clicking on the "X" in the top right corner instead of closing the program down.
  571. Made Scroll Lock, Pause, Num Lock and Caps Lock keys available to be sent as keystrokes.
  572. Added new activate command--start a macro when a window is activated (based on the window title)
  573. Added ability to call a macro from inside another macro using the Nickname of the macro.
  574. Created "Building Block" macros that have no activation associated with them. These macros are either activated from a popup menu or are used as pieces to create bigger macros.
  575. Added Quick Wizards to quickly add small macros or quickly build "building blocks" 
  576. Added "Quick Start" setup when first using the program.
  577. Allow embedding of repeat loops.
  578. Allow counter starting number for repeat loops and counter increment.
  579. Added option of capturing mouse clicks only. This option recognizes the mouse position only at the time of a click (up or down) and does not record any other mouse movements.
  580. Added option of capturing the mouse relative to the last position the mouse was at.
  581. Added option to launch "Mouse Locator" utility to the Mouse Movement Input screen.
  582. All macro commands now available through the command wizard
  583. Added option of running a macro on startup of Macro Express by passing a command line parameter using the macro's nickname. A macro can be run in this fashion even if Macro Express is already running.
  584. Added an option to place a macro on the desktop (so it can be run by clicking on the icon using the mechanism described above).
  585. Allow a text file to be processed in the scripting editor via the "Insert Text" Command
  586. New Timed Macro Option: Start a macro after x amount of minutes of idle time
  587. Find, Find Again, Search and Replace options were added to the "Add Text" editor and the Modify Directly Editor.
  588. System Tray icon now changes when a macro is playing back to indicate that a macro is playing.
  589. Allow you to select a "Program Specific" macro by selecting from a list of all installed programs on your computer
  590. When starting a macro capture from within Macro Express, you can now choose the program (from a list of running programs) that you want to start recording in.
  591.  
  592.  
  593. ==================================================================
  594. Feature List of Macro Express 98 Version 1.0  -  (Initial Release)
  595. ==================================================================
  596.  
  597. Macro Activation
  598. ----------------
  599. Hot Key  -- use almost 700 CTRL, ALT, SHIFT, WIN key combinations
  600. ShortKey -- any set of characters (max 10 characters)
  601. Timed    -- Schedule the macro to play anytime
  602. PopUp    -- A menu of other macros
  603.  
  604. Macro Scope
  605. -----------
  606. Macros play back in any program
  607. Macros play back only in Specific Window
  608.   if Window is Top Most
  609.   if Window is running
  610. Macros play back only in Specific Program
  611.   if Program is Top Most
  612.   if Program is running
  613.  
  614. Macro Capture
  615. -------------
  616. Capture Keystrokes
  617. Capture Mouse
  618.   Relative To Screen or Relative to Top Most Window
  619.   Capture Window Size of Top Most Window
  620. Capture In Actual Time (Half Speed, Double Speed, etc)
  621. Capture any size macro (limited only to disk space)
  622. Select Hot Key/ShortKey Activation before Capture OR After Capture
  623. Capture Globally (to work in all programs) or capture to a specific program
  624.  
  625. Popup Menus
  626. -----------
  627. Choose a Hot Key to be a menu of macros
  628. Menu can contain up to 36 macros
  629. Display menu with macro Nicknames -- press number or letter/ double click on item
  630. Display menu with macro activation & scope -- press number or letter/ double click on item
  631. Display menu with macro icons -- click on icon
  632. Activate Menu via Hot Key or via System Icon
  633. Use a SYSTEM Hot Key to show all macros that are defined for the current top most window--place them in a menu and allow you to choose to which one to execute. Use a single hot key to show all macros defined for "WORD" and the same hot key to show all macros defined for "EUDORA", etc.
  634.  
  635. Timed Macros
  636. ------------
  637. Schedule macros to play at given time intervals
  638. at startup of Macro Express
  639. hourly
  640. daily (choose any or all days of the week)
  641. weekly
  642. monthly
  643. one given time
  644. every "x" minutes
  645.  
  646. Program Features
  647. ----------------
  648. Remap primary keyboard keys
  649. Full Network Support with file locking capability
  650. Resize Main Window and components
  651. Import Keyboard Express and ShortKeys macros
  652. Print Macro List
  653. Output Macro Contents to a Text File
  654. Create multiple macro files
  655. Optionally run hidden in the background with system tray access
  656. Command line options such as Browse Mode (to prevent users from changing the macros) and loading in specific macro files
  657.  
  658. Macro Operability
  659. -----------------
  660. Create Macros (Scripting Editor or direct input of commands)
  661. Edit Macros (Scripting Editor or direct input of commands)
  662. Delete Macros
  663. Copy Macros
  664. Rename Macros (change Hot Key or ShortKey name)
  665. Import & Export Macros
  666. Quick Info on Macros
  667. Capture Macros
  668. Deactivate and Activate Macros
  669. Sort Macros
  670. Assign Icons to Macros (over 400 included) for use with popup menus or system icons
  671.  
  672. Scripting Editor
  673. ----------------
  674. Choose from list of commands
  675. Insert new commands before or after an existing command or at end
  676. Edit commands
  677. copy commands
  678. Reorder commands
  679. auto indentation of commands
  680. delete commands
  681. Command Wizard
  682.  
  683. Macro Commands
  684. --------------
  685. Activate a Window (bring to front)
  686. Activate a Window or Launch Program if Window not running
  687. Change Directory/Folder
  688. Clipboard Copy
  689. Clipboard Start Copy (specify text)
  690. Clipboard End Copy
  691. Clipboard File Copy (load a text file into the clipboard)
  692. Clipboard Paste
  693. Close a Window
  694. Copy File
  695. Delays
  696. Delete File
  697. Hide Window
  698. Hold Alt Key Down
  699. Hold Control Key Down
  700. Hold Shift Key Down
  701. Hold Win Key Down
  702. Initiate an FTP transfer
  703. Keystroke Speed
  704. Launch a Program
  705. Launch a Program and Activate a Window
  706. Launch a Website
  707. Load a New Macro File
  708. Load in Text File (play as part of macro)
  709. Macro Playback Speed
  710. Maximize Window
  711. Minimize Window
  712. Mouse Button Down (left, middle, right)
  713. Mouse Button Up (left, middle, right)
  714. Mouse Button Click (left, middle, right)
  715. Mouse Button Double Click (left, middle, right)
  716. Mouse Move (relative to screen or to top window)
  717. Mouse Speed
  718. Mouse Wheel Clicks
  719. Pause
  720.   Place text information in pause
  721.   Specify location of the pause
  722. Release Alt Key
  723. Release Control Key
  724. Release Shift Key
  725. Release Win Key
  726. Remarks (for documenting macro)
  727. Rename File
  728. Repeat Loop
  729.   Incremental counter available
  730.   Optionally specify repeat count at macro playback time
  731. Reposition Window
  732. Resize Window
  733. Restore Window
  734. Show Window
  735. Shut Down Program
  736. Sound: Beep
  737. Sound: play a wave file (simultaneous or wait for it to finish)
  738. Text, Keystrokes and Symbols
  739.   Simply key in text
  740.   Easily include special keys such as ALT, F1, LEFT ARROW, HOME, etc.
  741.   Easily insert symbols such as « ß ⌡ ╞ ú ë ⌐ and more
  742. Time of day
  743. Today's Date
  744.   Numerous formats
  745.   Date xx days in past or future 
  746.